a11y: Set an accessible role for GtkSearchEntry
authorMatthias Clasen <mclasen@redhat.com>
Tue, 28 Jul 2020 22:15:01 +0000 (18:15 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 28 Jul 2020 22:16:37 +0000 (18:16 -0400)
commita610bb89a0fecf0b27001b4444b2e47e1c5e0af3
treefff90c968603dd6e6606352184e85ce0f407e0c5
parent2040b7ecdf601893f897d76d2025e77167eefca3
a11y: Set an accessible role for GtkSearchEntry

Use the searchbox accessible role for GtkSearchEntry.
And set properties as appropriate.

Update the documentation and add a test.
docs/reference/gtk/section-accessibility.md
gtk/gtkenums.h
gtk/gtksearchentry.c
testsuite/a11y/meson.build
testsuite/a11y/searchentry.c [new file with mode: 0644]